home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / networking / 17 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: news.delphi.com!usenet
  2. From: Larry Penland <pendretti@delphi.com>
  3. Newsgroups: comp.sys.amiga.networking
  4. Subject: Re: Scala MM200/MM400 networking with parnet pronet
  5. Date: Mon, 1 Jan 96 06:26:54 -0500
  6. Organization: Delphi (info@delphi.com email, 800-695-4005 voice)
  7. Message-ID: <h9PGm02.pendretti@delphi.com>
  8. References: <4ago09$ge7@blues.axionet.com> <1741.6556T575T2457@datashopper.dk> <1949.6561T48T2382@stack.urc.tue.nl>
  9. NNTP-Posting-Host: bos1b.delphi.com
  10. X-To: Mark van der Molen <elvis@stack.urc.tue.nl>
  11.  
  12. There is a work around that will allow you to update a running Scala script
  13. while the on-air machine is displaying pages. Create your master script for
  14. on-air consisting of a series of pages that are really other Scala scripts.
  15. Update the sub-Scripts on the off-air machine and wait until one of the other
  16. sub-scripts is running on-air, then copy the updated script over parnet.
  17. When the master script runs back to the page that uses the script name of
  18. the file that is updated it will read in the new script and run your updated
  19. Script.
  20. Note: if you try to copy over the updated sub-Script while the master script is
  21. running the old version, it may lock up parnet. Scala has a file lock on the
  22. running script and will not allow you to change the file on disk.
  23.  
  24. This technique has been in use for some time (over a year) at a public access
  25. television station. I know it works. Try it.
  26.